home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / language / iconv8_s.arc / ICONT.ARC / ICONT.LNK < prev    next >
Text File  |  1985-11-20  |  1KB  |  67 lines

  1.  
  2.  
  3. *
  4. * Standard control file for linking Lattice C modules.
  5. *
  6. * Step 1 - initialisation
  7. * =======================
  8. *
  9. * C initialisation must be included first.
  10. *
  11. INPUT   e:\lattice\startup.bin
  12. *
  13. * Step 2 - user modules
  14. * =====================
  15. *
  16. * Now include a single user module
  17. * (from the command line).
  18. *
  19. INPUT long
  20. INPUT getopt
  21. INPUT err
  22. INPUT keyword
  23. INPUT lcode
  24. INPUT lglob
  25. INPUT link
  26. INPUT llex
  27. INPUT lmem
  28. INPUT lnklist
  29. INPUT lsym
  30. INPUT opcode
  31. INPUT optab
  32. INPUT parse
  33. INPUT tcode
  34. INPUT tlex
  35. INPUT tmain
  36. INPUT tmem
  37. INPUT tlocal
  38. INPUT toktab
  39. INPUT trans
  40. INPUT tree
  41. INPUT tsym
  42. INPUT util
  43. *
  44. * For each extra module you want to include in the
  45. * link include a line of the form:
  46. *
  47. * INPUT <file name>
  48. *
  49. * Step 3 - C library
  50. * ==================
  51. *
  52. * C library - must always be included.
  53. *
  54. LIBRARY e:\lattice\fplib.bin
  55. LIBRARY e:\lattice\clib.bin
  56. *
  57. * Step 4 - GEM graphics library
  58. * =============================
  59. *
  60. * GEM graphics library - only include if your program
  61. * is trying to access graphics routines
  62. * (by uncommenting the line).
  63. *
  64. *LIBRARY e:\lattice\gemlib.bin
  65. *
  66.  
  67. ə